github.com/klauspost/compress/flate.compressor.fast (field)
9 uses
github.com/klauspost/compress/flate (current package)
deflate.go#L123: fast fastEnc
deflate.go#L218: if d.fast != nil {
deflate.go#L223: d.fast.Encode(&d.tokens, b)
deflate.go#L753: d.fast.Reset()
deflate.go#L758: d.fast.Encode(&d.tokens, d.window[:d.windowEnd])
deflate.go#L826: d.fast = newFastEnc(level)
deflate.go#L839: d.fast = &fastEncL5Window{maxOffset: int32(-level), cur: maxStoreBlockSize}
deflate.go#L856: if d.fast != nil {
deflate.go#L857: d.fast.Reset()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |